LABELS <cover> {IDS | IDSONLY | NOIDS}
 
draws polygon label points using the current marker symbol.
 
arguments
 
<cover> - the coverage containing the label points to be drawn.  A <cover>
prefixed by a period (.) indicates a map library layer.
 
{IDS | IDSONLY | NOIDS} - specifies whether the label points will be labeled
with their User-IDs.
 
IDS - label points will be labeled with their User-IDs.  This is the default.
 
IDSONLY - only the User-IDs will be drawn.
 
NOIDS - only the label points will be drawn.
 
notes
 
<cover> must have a PAT.
 
A map library must be selected with the LIBRARY command before LABELS can be
used with a map library layer.
 
If a set of polygons from <cover> has been selected using RESELECT, ASELECT, or
NSELECT, LABELS will only draw those label points of <cover> that are in the
selected set.
 
By default, LABELS also draws the User-IDs of the label points.  User-IDs are
drawn using the current text symbol and are positioned to the upper right of
the label points.
 
To label the label points with user-specified text strings or with values from
any attribute in the PAT, use the LABELTEXT command.  To draw label points with
a variety of marker symbols, use the LABELMARKERS command.
